Click or drag to resize

EmailAddressCollectionGetEnumerator Method

Returns an IEnumerator that can iterate through the EmailAddressCollection.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator for the EmailAddressCollection.

Implements

IEnumerableGetEnumerator
See Also